Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for the NO_PROXY env variable #361

Merged
merged 3 commits into from
Nov 14, 2018

Conversation

ShahneRodgers
Copy link
Contributor

This commit adds support for the NO_PROXY (or no_PROXY / no_proxy) environment variable in a GNU-supported format to fix #331.

This commit adds support for the NO_PROXY (or no_PROXY / no_proxy) environment variable in a GNU-supported format (https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html) to fix edgurgel#331.
…thod.

Hopefully this makes the tests a little easier to understand.
@edgurgel
Copy link
Owner

Hey thanks for the PR ! I will review as soon as possible 👍

@mkreyman
Copy link

When would this get merged? Introduction of HTTP_PROXY in version "1.1.0" without corresponding NO_PROXY/no_proxy variable(s) brakes one of our dependencies, while capping httpoison at "1.0.0" breaks some other...

@edgurgel edgurgel merged commit f31f580 into edgurgel:master Nov 14, 2018
@edgurgel
Copy link
Owner

amazing work, @ShahneRodgers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NO_PROXY env variable is not respected
3 participants